home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 125
/
Vol 125 (Damaged).iso
/
games
/
orbox.swf
/
scripts
/
DefineSprite_147
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-13
|
282 b
|
16 lines
if(this.tlp.hitTest(_root.pra.done) == true)
{
if(_root.tel == 1)
{
_root.m = _root.m1;
tel1.gotoAndPlay(3);
}
else
{
_root.x = _parent._x + tx;
_root.y = _parent._y + ty;
_root.tel = 1;
tel1.gotoAndPlay(11);
}
}